﻿body {
}

.logo img {
    width: auto;
    height: 50px;
}
.header-one, .header-one .site-navigation{
    background: #00264c;
}
ul.navbar-nav>li:hover>a, ul.navbar-nav>li.active>a{
    color: #e41a21 !important;
}
.btn-primary{
    background: #e32229;
}
.header-get-a-quote .btn-primary:hover{
    background: #00458d;
    color: #ffffff !important;
}
.btn-dark{
    background: #e32229;
}
.ts-service-box-bg{
    background: #00264c;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #e32229;
}

#search-field{
    background-color: #ffffff;
}
.search-block .form-control {

    border: none;
    color: #00264c;
    width: 100%;
    height: 45px;
    padding: 0 8px;
}
.search-block .search-close{
    color: #fff;
    position: absolute;
    top: -53px;
    right: -4px;
    font-size: 32px;
    cursor: pointer;
    background: #e32229;
    padding: 5px;
}
.footer{
    background-color: #00a6ff;
    color: #999;
}

.copyright {
    background: #00264c;
    color: #fff;
    padding: 25px 0 15px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 12px;
}

.accordion-group .card-header .btn[aria-expanded=true]::before {
    content: "";
    background-color: #e32229;
}

.ts-facts .ts-facts-content .ts-facts-title{
    font-size: 16px;
    color: #ababab;
    margin: 0;
}

.general-btn .btn-primary:hover{
    background: #00458d;
}
.accordion-group .card-header .btn:before{
    font-family: "Font Awesome 5 Free";
    position: absolute;
    z-index: 0;
    font-size: 14px;
    right: 16px;
    padding: 3px 8px 1px;
    text-align: center;
    border-radius: 3px;
    top: 12px;
    content: "";
    font-weight: 700;
    background-color: #00458d;
    color: #fff;
    transition: .3s;
}